SetAutomaticPresenceSimulationRequest

data class SetAutomaticPresenceSimulationRequest(authenticatorId: AuthenticatorId, enabled: Boolean)

Represents request frame that can be used with WebAuthn#setAutomaticPresenceSimulation operation call.

Sets whether tests of user presence will succeed immediately (if true) or fail to resolve (if false) for an authenticator. The default is true.

See also

Constructors

SetAutomaticPresenceSimulationRequest
Link copied to clipboard
fun SetAutomaticPresenceSimulationRequest(authenticatorId: AuthenticatorId, enabled: Boolean)

Properties

authenticatorId
Link copied to clipboard
val authenticatorId: AuthenticatorId
enabled
Link copied to clipboard
val enabled: Boolean

Sources

jvm source
Link copied to clipboard